Hệ thống quản lý phòng khám trực tuyến bằng PHP

1 <?php
2     $currDir=dirname(__FILE__);
3     include(
"$currDir/defaultLang.php");
4     include(
"$currDir/language.php");
5     include(
"$currDir/lib.php");
6     include_once(
"$currDir/header.php");
7
8     
if($_GET['redir']==1){
9         echo
'<META HTTP-EQUIV="Refresh" CONTENT="5;url=index.php?signIn=1">';
10     }
11 ?>
12
13 <center>
14     <div style=
"width: 500px; text-align: left;">
15         <h1
class="TableTitle"><?php echo $Translation['thanks']; ?></h1>
16
17         <img src=
"handshake.jpg"><br><br>
18         <div
class="TableBody">
19             <?php echo $Translation[
'sign in no approval']; ?>
20             </div><br>
21         <div
class="TableBody">
22             <?php echo $Translation[
'sign in wait approval']; ?>
23             </div>
24         </div>
25     </center>
26 <?php include_once(
"$currDir/footer.php"); ?>


Gõ tìm kiếm nhanh...